Package com. jeovanimartinez. androidutils. annotations
Types
Link copied to clipboard
Indicates that the expected value or object should be a Drawable object or the ID of a drawable resource. For example: drawableObject, R.drawable.demo.
Link copied to clipboard
Indicates that the expected value or object must be a data type String, Char (since it can be represented as String) or the ID of a string resource. For example: 'a', "Hello", R.string.demo